DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / RemoveObserver Method / RemoveObserver(NSObject,NSString,IntPtr) Method

In This Topic
    RemoveObserver(NSObject,NSString,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub RemoveObserver( _
       ByVal observer As Foundation.NSObject, _
       ByVal keyPath As Foundation.NSString, _
       ByVal context As IntPtr _
    ) 
    public virtual void RemoveObserver( 
       Foundation.NSObject observer,
       Foundation.NSString keyPath,
       IntPtr context
    )

    Parameters

    observer
    keyPath
    context
    See Also